Click or drag to resize

Attachment Constructor (String)

Initializes a new instance of the Attachment class based on the supplied file.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment(
	string filePath
)

Parameters

filePath
Type: SystemString
File path.
See Also